type google.golang.org/protobuf/internal/impl.listConverter

8 uses

	google.golang.org/protobuf/internal/impl (current package)
		convert_list.go#L19: 		return &listConverter{t, newSingularConverter(t.Elem(), fd)}
		convert_list.go#L24: type listConverter struct {
		convert_list.go#L29: func (c *listConverter) PBValueOf(v reflect.Value) protoreflect.Value {
		convert_list.go#L38: func (c *listConverter) GoValueOf(v protoreflect.Value) reflect.Value {
		convert_list.go#L46: func (c *listConverter) IsValidPB(v protoreflect.Value) bool {
		convert_list.go#L54: func (c *listConverter) IsValidGo(v reflect.Value) bool {
		convert_list.go#L58: func (c *listConverter) New() protoreflect.Value {
		convert_list.go#L62: func (c *listConverter) Zero() protoreflect.Value {